SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 46264: The Transform Variables node gives "ERROR 79-322: Expecting a )"

DetailsAboutRate It

If you specify Quantile binning in the SAS® Enterprise Miner™ Transform Variables node, you might receive an error:

ERROR 79-322: Expecting a ). 
ERROR 180-322: Statement is not valid or it is used out of proper order. 

The problem occurs if your data contains a Frequency variable.

To work around the problem, expand the data instead of using a Frequency variable.

EXAMPLE

Suppose that your data contains a Frequency variable named MY_FREQ. One way to expand the data is to use a SAS Code node. Use the Code Editor in the SAS Code node to enter the following code:

data &EM_EXPORT_TRAIN; drop my_counter; set &EM_IMPORT_DATA; do my_counter=1 to MY_FREQ; output; end; run; /* optionally, set the role of MY_FREQ as Rejected */ %em_metachange(name=MY_FREQ,role=rejected);


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Minerz/OS7.112.19.3 TS1M2
Microsoft® Windows® for x647.112.19.3 TS1M2
Microsoft Windows Server 2003 Datacenter Edition7.112.19.3 TS1M2
Microsoft Windows Server 2003 Enterprise Edition7.112.19.3 TS1M2
Microsoft Windows Server 2003 Standard Edition7.112.19.3 TS1M2
Microsoft Windows Server 2003 for x647.112.19.3 TS1M2
Microsoft Windows Server 20087.112.19.3 TS1M2
Microsoft Windows Server 2008 for x647.112.19.3 TS1M2
Microsoft Windows XP Professional7.112.19.3 TS1M2
Windows 7 Enterprise 32 bit7.112.19.3 TS1M2
Windows 7 Enterprise x647.112.19.3 TS1M2
Windows 7 Home Premium 32 bit7.112.19.3 TS1M2
Windows 7 Home Premium x647.112.19.3 TS1M2
Windows 7 Professional 32 bit7.112.19.3 TS1M2
Windows 7 Professional x647.112.19.3 TS1M2
Windows 7 Ultimate 32 bit7.112.19.3 TS1M2
Windows 7 Ultimate x647.112.19.3 TS1M2
Windows Vista7.112.19.3 TS1M2
Windows Vista for x647.112.19.3 TS1M2
64-bit Enabled AIX7.112.19.3 TS1M2
64-bit Enabled HP-UX7.112.19.3 TS1M2
64-bit Enabled Solaris7.112.19.3 TS1M2
HP-UX IPF7.112.19.3 TS1M2
Linux7.112.19.3 TS1M2
Linux for x647.112.19.3 TS1M2
Solaris for x647.112.19.3 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.